home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / MSLANINS.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  1KB  |  40 lines

  1. @echo off
  2. REM %%VER NDIS Drivers Installation Utility Program v2.0a
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type ..\blank.men
  14. ..\install\echoxy 4 25 N D I S      M E N U
  15. ..\install\echoxy 6 17 L A N   M A N A G E R  I N S T A L L A T I O N
  16. ..\install\echoxy 9 17 The EtherDisk diskette is structured for
  17. ..\install\echoxy 10 17 Microsoft LAN Manager OEM import format.
  18. ..\install\echoxy 11 17 Run the LAN Manager SETUP utility and use the
  19. ..\install\echoxy 12 17 network driver import function to install the
  20. ..\install\echoxy 13 17 NDIS driver in your system. Then select the
  21. ..\install\echoxy 14 17 view/modify option from SETUP menu to choose
  22. ..\install\echoxy 15 17 EtherLink III driver. Be sure to save the con-
  23. ..\install\echoxy 16 17 figuration before exiting from the SETUP utility.
  24.  
  25. ..\install\echoxy 18 24 Press any key to continue ...
  26. ..\install\reply
  27. if errorlevel 60  goto ndis
  28. if errorlevel 59  goto help
  29.  
  30. :ndis
  31. inspropt
  32.  
  33.  
  34. :help
  35. ..\install\echoxy 24 1
  36. type mslanman\mslanman.hlp
  37. pause
  38. mslanins
  39.  
  40.